home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / ssdm.igz / ssdm.img / LETTER.BAT < prev    next >
Encoding:
DOS Batch File  |  2001-08-30  |  341 b   |  17 lines

  1. @echo off
  2. set DESTPATH=%1:\
  3. echo Your RAM Disk is %DESTPATH%
  4. path=a:\;%DESTPATH%
  5. copy a:\dm.bat %DESTPATH%
  6.  
  7. splash
  8. ECHO Loading files into memory, please wait...
  9. copy dmzip.exe %DESTPATH%
  10. %DESTPATH%dmzip.exe %DESTPATH%
  11. splash
  12. %1:
  13. CALL a:\dm.BAT
  14. cls
  15. echo Your RAM Disk is %DESTPATH%
  16. echo Thanks for using Ontrack Disk Manager
  17.